home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000307_news@columbia.edu _Tue Jul 20 13:25:13 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA05423
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 20 Jul 1999 13:25:13 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA27567
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 20 Jul 1999 13:03:31 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Subject: Re: Switching from 132- to 80-column mode and printer
  11. Message-ID: <uySr4j67Z29t@cc.usu.edu>
  12. Date: 20 Jul 99 10:23:13 MDT
  13. Organization: Utah State University
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <37948649.20590177@news.rz.uni-duesseldorf.de>, poll@hhunospam.uni-duesseldorf.de (Dr. Wolfgang Poll) writes:
  17. > fdc@watsun.cc.columbia.edu (Frank da Cruz) wrote:
  18. >>In article <378dd311.14957037@news.rz.uni-duesseldorf.de>,
  19. >>Dr. Wolfgang Poll <Wolfgang.Poll@hhunospam.uni-duesseldorf.de> wrote:
  20. > [snip]
  21. >>: Question: How can a continuous printing during switching from 132 to
  22. >>: 80 column mode be achieved?
  23. >>: 
  24. >>This should work.  If it doesn't, and the host is indeed sending the
  25. >>correct escape sequences (did all of this work correctly with the real
  26. >>VT320?), then it's a bug.
  27. >>
  28. >>If your PC operating system is DOS or Windows 3.x, please try version
  29. >>3.16 Beta and see if the same thing still happens:
  30. >>
  31. >>  http://www.columbia.edu/kermit/mskermit.html
  32. >>
  33. > [snip]
  34. > Just tested version 3.16 beta with same result as before.
  35. > The VAX software has worked correctly with a real VT320 for almost 10
  36. > years now. I have captured the output to disk and found that the host
  37. > is sending the following sequence to the terminal during the process
  38. > of switching back to 80 column mode:
  39. > <last line of text output in 132 column mode (prints OK)>
  40. > <ESC>[23;16H<ESC>[23;34H<ESC>[;H<ESC>[2J<ESC>[?3l<ESC>[1;1H
  41. > <first line of text output in 80 column mode (NO printing, only
  42. > visible on screen)>
  43.     ESC [ blah; blah H are cursor steering commands.
  44.     ESC [ 2 J is a screen clear command
  45.     ESC [ ? 3 l is likely the mode change, but I can't check
  46. now (I'm abroad). 
  47. > Any ideas, why any of these 'quite normal' <Escape> sequences should
  48. > make Kermit disable printing? It's not a matter of the printer, as the
  49. > PRN indicator at the right-most end of the Kermit status line
  50. > disappears during the switching.
  51.  
  52.     It is almost as if the commands are damaged coming in. Printing
  53. and screen width changing, and such, do work fine with MSK. I suggest
  54. some additional session logs if you can, and I can look at things when
  55. I get back in the States in the middle of August.
  56.     Joe D. 
  57. > Thanks.
  58. > --
  59. > Wolfgang Poll
  60. > Please remove "hhunospam" from email address.